home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / fido / Bundle_Spot.lha / readme < prev    next >
Text File  |  1995-04-29  |  5KB  |  116 lines

  1.                       BUNDLE.spot V1.3
  2.                     -------------------
  3.   This script will first put up a file requester and enable you to
  4.   select multiple files. Each file will then be compared against
  5.   your chosen BBS file list, and checked for duplicate entries.
  6.  
  7.   It will also be checked against a log of previous uploads. This
  8.   log will be created if it does not previously exist.
  9.  
  10.   Any files that are found will be discarded from the list.
  11.  
  12.   You will then be asked if you wish to add these files into one
  13.   large archive so that you can then 'File attach' them to your
  14.   Boss.
  15.  
  16.   It will then write a message within SPOT and you will be prompted
  17.   for descriptions of each file in the archive.
  18.   This message will be flagged as a 'File Attach', and the subject
  19.   line will consist of the path to the archive.
  20.  
  21.   If Spot was iconified on startup, or simply not running, you will
  22.   be given the option to re-iconify or quit.
  23.  
  24.  #########################################################################
  25.  #                                                                       #
  26.  #                          TO USE..                                     #
  27.  #                                                                       #
  28.  # Double click the icon, or run from Spot. When used for the first time #
  29.  # you will be asked to create a Prefs file called S:Bundle.prefs.       #
  30.  #                                                                       #
  31.  # I have included as much error checking as possible, but please be     #
  32.  # careful that all information requested is totally accurate. In        #
  33.  # particular things like your Fido address.                             #
  34.  #                                                                       #
  35.  # Once a Prefs file has been created, you can decide either to BUNDLE   #
  36.  # some files, or change the settings.                                   #
  37.  #                                                                       #
  38.  #########################################################################
  39.  
  40.   Bundle.prefs
  41.   ------------
  42.   This is a simple list of settings for Bundle.spot.
  43.   Any blank lines or lines containing a '#' character will be ignored
  44.   when read in by Bundle.spot.
  45.   There MUST be 13 items in the list. If more/less items are detected
  46.   Bundle will report a corrupt Prefs file, and you will be prompted to
  47.   create a new file.
  48.  
  49.   RXNil
  50.   -----
  51.   A patched version of the RX command has been supplied called RXNil.
  52.   This suppresses the output window of the original RX command, and can
  53.   be specified as the default tool in the BUNDLE.spot icon. Just stick it
  54.   in REXXC: along with RX.
  55.   BE WARNED- If there is anything wrong with your set up (or my script ;-)
  56.   there is no way you can be informed of any errors.
  57.   I would recommend first using RX as the default tool or launching from
  58.   SPOT until you are happy everything is OK.
  59.  
  60.   The archive RX-PATCHER.LHA contains the patch that creates RXNil.
  61.  
  62.  
  63.   SYSTEM REQUIREMENTS
  64.   -------------------
  65.  
  66.   -AREXX
  67.   -SPOT (registered version)
  68.   -LHA
  69.   -Rexxreqtools.library properly installed
  70.  
  71.  
  72.  
  73.   TO DO LIST..
  74.   ------------
  75.   - Fine tune the error checking to make it totally idiot proof
  76.   - Enable multiple Prefs files for different addresses/networks/Bosses
  77.   - Get info of the screen that called BUNDLE so that ALL requesters
  78.     appear on that screen.
  79.   - Any ideas? ;-)
  80.  
  81.   KNOWN BUGS
  82.   ----------
  83.   The Rexreqtools volume requester returns 'Ram Disk:' if you select
  84.   'Ram:'. The script doesn't like the space in the name.
  85.   If you want to use 'Ram:' then you'll have to enter the name manually.
  86.  
  87.   HISTORY
  88.   -------
  89.  
  90.   1.0 - 1/3/95  -First release. Used simple console window for input
  91.                  and output. Not much in the way of error checking.
  92.  
  93.   1.1 - 12/4/95 -Added many 'Rexxreqtools' requesters.
  94.                 -Added error checking for user defined settings.
  95.                 -Added option to quit or re-iconify.
  96.  
  97.   1.2 - 23/4/95 -More error checking added.
  98.                 -All requesters now courtesy of Rexxreqtools.
  99.                 -Added requester that shows all files that have been selected.
  100.                 -Added option to reselect files.
  101.  
  102.   1.3 - 29/4/95 -Even more error checking added
  103.                 -Now creates a Prefs file to be read in by the BUNDLE
  104.                  routine.
  105.                 -Added basic routine to check for a corrupt Prefs file
  106.                 -Added 'ABOUT' option ;-)
  107.                 -Added Prefs editor for initial creation of Prefs file
  108.                  and editing of current prefs file.
  109.  
  110.                 Mail suggestions, criticisms, bug reports or praise ;-)
  111.                 to-
  112.  
  113.                           Steve Collins
  114.                   FIDONET 2:257/99.3 and 2:440/7.19
  115.                     EMAIL steve@stuffs.demon.co.uk                 
  116.